home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / dviware / dvitovdu32 / readme < prev   
Text File  |  1991-11-10  |  2KB  |  37 lines

  1. Andrew Trevorrow, University of Adelaide, July 1986
  2.  
  3. DVItoVDU is a TeX page previewer that drives a variety of terminals.
  4. The important files in this directory are:
  5.  
  6. Documentation and help files:
  7. ./doc/guidemacs.tex          macros used by the following guides
  8. ./doc/sysguide.tex           the source for the DVItoVDU System Guide
  9. ./doc/userguide.tex          the source for the DVItoVDU User Guide
  10. ./hlp/dvitovdu.hlp           the text file read by DVItoVDU's ? command
  11. ./hlp/online.hlp             source file for on-line help
  12.  
  13. Modula-2 source files:
  14. ./src/dvitovdu.mod           the main module
  15. ./src/screenio.def/mod       low-level terminal i/o routines 
  16.                 (see also ./src/unixio.c)
  17. ./src/sysinterface.def/mod   command line interface routines
  18. ./src/dvireader.def/mod      DVI file translation routines and data structures
  19. ./src/pxlreader.def/mod      PXL file access routines
  20. ./src/vduinterface.def/mod   generic VDU parameters and routines
  21. ./src/aed512vdu.def/mod      routines for AED 512
  22. ./src/ansivdu.def/mod        routines for ANSI compatible VDUs
  23. ./src/regisvdu.def/mod       routines for ReGIS compatible VDUs
  24. ./src/tek4010vdu.def/mod     routines for Tektronix 4010/4014 emulating VDUs
  25. ./src/vis500vdu.def/mod      routines for VISUAL 500
  26. ./src/vis550vdu.def/mod      routines for VISUAL 550
  27. ./src/vt220vdu.def/mod       routines for VT220
  28. ./src/vt640vdu.def/mod       routines for VT640 (VT100 with Retrographics)
  29.  
  30. Executable files:
  31. ./src/build                  to build dv from scratch
  32. ./src/makefile               to make dv automatically
  33.  
  34. Test files:
  35. ./dvi/tripvdu.dvi            a torture test for DVItoVDU
  36. ./doc/tripvdu.tex            the source for tripvdu.dvi
  37.